ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / PatternBrush Class / PatternBrush Constructor / PatternBrush Constructor(Byte[,],Color)
A byte array that indicates the pattern.
A System.Drawing.Color that indicates the foreground color of the pattern.

In This Topic
    PatternBrush Constructor(Byte[,],Color)
    In This Topic
    Initializes a new instance of the PatternBrush class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal pattern(,) As Byte, _
       ByVal foregroundColor As Color _
    )
    public PatternBrush( 
       byte[,] pattern,
       Color foregroundColor
    )

    Parameters

    pattern
    A byte array that indicates the pattern.
    foregroundColor
    A System.Drawing.Color that indicates the foreground color of the pattern.
    See Also